print bold and udeline in text python

25

# print underline text in python
print("\033[4m"+ "YourText" + "\033[0m")

Comments

Submit
0 Comments